Remove Liquidity from Uniswap on Arbitrum
Withdraw from a Uniswap v2, v3 or v4 position on Arbitrum One, anywhere from a 1% trim to the whole thing. The two calls a v3 withdrawal needs are sent together, so your principal and your earned fees arrive in the same transaction rather than one of them going missing. 0.002 ETH.
0.002 ETH service fee plus network gas
How to Remove Liquidity on Arbitrum
Connect and pick what to withdraw from
LP token balances sit alongside v3 and v4 position NFTs in one list. Worth knowing that on Arbitrum almost everything is a position NFT now, so the LP token most guides describe is rarely the thing you are actually holding.
Say how much
From 1% up to everything. A partial withdrawal leaves the position open at the bounds it already has, so the remainder keeps working.
Look at the two numbers separately
Principal and accrued fees are shown apart, because on a concentrated position they often come back in different shapes. Should the price have wandered outside your bounds, the review names the single token your principal has converted into.
Sign once
Everything the withdrawal needs is bundled into one signature, including the fee collection that v3 will not do on its own, plus unwrapping WETH back into ETH where the pair holds it.
No Code Required
Create and launch tokens without writing any code. Visual configuration for all features.
Fully Transparent
All token data is publicly visible and verifiable on block explorers.
Multi-Chain
Available on Solana, Ethereum, Base, Arbitrum, Polygon, and BNB Chain.
Full Ownership
You have full control. We never hold your keys, tokens, or authority.
Frequently Asked Questions
Why a Withdrawal Reverts When the Gas Looked Fine
There is a failure here that produces a genuinely confusing experience: the transaction reverts, the wallet had plenty of ETH, and nothing about the position or the pool was wrong. The cause is specific to how this chain prices things. Every Arbitrum transaction pays for its own execution and, folded into the same gas figure, for publishing its data back to Ethereum. That second component is priced off Ethereum's congestion rather than Arbitrum's, and it is not stable. Measured across a week of real withdrawals it sat low almost all of the time and spiked by a factor of fifty at the extreme.
The consequence is that a gas estimate is only accurate for the conditions it was taken in. Get a quote while Ethereum is quiet, sign it a few minutes later into a busy stretch, and the limit you approved no longer covers the transaction. It runs out partway through and reverts, which looks nothing like a gas problem from the outside.
This has been going on for a long time, and it catches every kind of liquidity provider equally, whether the position sits idle or takes swaps all day. The single best-ranking answer to it anywhere is a Uniswap bug report from 2021 whose accepted resolution was to raise the gas limit tenfold and try again, and that advice still works. It is not documented on any competing tool page. The practical version: if a withdrawal reverts and you know the position is fine, raise the limit generously rather than hunting for a deeper cause.
Emptying a Position Is Not the Same as Closing It
Taking all the liquidity out of a concentrated position and destroying the token that represents it are two different operations, and almost nobody performs the second. Across every Arbitrum withdrawal we sampled that reduced a position to zero, the count that went on to burn the NFT was zero. Not a low proportion: none of them. Those wallets are all carrying an empty position that still occupies storage, still appears in every position list, and will never do anything again.
Taking everything out here burns it, which is a deliberate choice and one you should make knowingly rather than discover afterwards. The upside is a clean wallet and reclaimed storage. The cost is that the token ID is retired for good, so there is no coming back to that specific position later. Withdrawing 99% instead sidesteps the whole question: the position stays alive at its original bounds, ready to be topped up whenever you want, and the difference in what you receive is negligible.
None of this touches v2, where there is no NFT to reason about at all. The LP tokens are redeemed against the pair's reserves, and the pair goes on trading with whoever else is providing to it.
What Comes Back, and Why It Is Often One Token
The review separates principal from fees because on a concentrated position they behave differently and frequently arrive in different shapes. Principal is whatever the market left the position holding. A price still sitting between your bounds means both sides come back; a price that escaped them means the pool converted the position into a single asset on its way past, and that asset is what you receive. Slightly under 60% of real Arbitrum withdrawals fall into the second category, so a single-token payout is the common outcome rather than a warning sign.
Fees are separate and less predictable than most explanations suggest. Around two thirds of out-of-range withdrawals still paid fees in both tokens, because the position earned them while it was active. The remaining third paid nothing, most often because those fees had already been collected in an earlier transaction. Anyone telling you a withdrawal always returns fees in both tokens is describing the majority case as though it were a rule.
Which asset your principal came back as also tells you what happened while you were not watching. All quote asset means the price climbed through your upper bound and the pool sold your token the whole way up. All token means it fell through the lower one and the pool bought. Once you are out, adding liquidity opens a fresh position at whatever the price is then.