# Withdraw Liquidity

### 1) Go to the Gamma App

We'll continue in this guide from where we left off in our "Deposit Liquidity" guide. We'll be working with a small position in the WBTC-WETH vault. If you need help depositing or would like to go over the steps, please start here:

{% content-ref url="/pages/ikAiASEPmhkpKuy7X3Fh" %}
[Deposit Liquidity](/gamma/lp-vaults/guides/providing-liquidity/deposit-liquidity.md)
{% endcontent-ref %}

Once you're up to speed, navigate to the Gamma App and load the liquidity dashboard.

**Uniswap V3:**

{% embed url="<https://app.gamma.xyz>" %}

**Quickswap V3:**

{% embed url="<https://quickswap.gamma.xyz/>" %}

### 2) Connect your wallet

Your position will not appear unless you connect your wallet where the LP tokens are held. Press the "Connect wallet" button to get started.

![](/files/RPfydx5I6BevlRBtfDwj)

Once you connect your wallet, your position should appear on the dashboard.&#x20;

![](/files/98FUskKkLeD9qr6MqSfZ)

You're now ready to withdraw from the liquidity vault.

### 3) Dissolve your LP tokens

Click on the position in the dashboard to bring up the details, and select the "Withdraw" tab on the right. This will show you your LP token balance and the ratio of tokens you hold. Note: the ratio changed from your deposit of 92% and 8% to 83% and 17%. These numbers might influence your decision to withdraw or not.&#x20;

![](/files/M2uulaGgamEU5nlYr8TY)

You may withdraw any value you feel is appropriate. In this example, we'll be withdrawing 100% of our funds. Click the "Max" button to withdraw the entire position, and then click withdraw.

![](/files/WekeiQHLJZj3wZ6rFXmE)

Follow the prompts on your wallet. Withdrawing only has one large transaction. You do not need to perform any approvals or wrap any funds.&#x20;

<figure><img src="/files/VdZ2HIHugO2sX1ZFyMt6" alt=""><figcaption></figcaption></figure>

After completing the transaction, your LP tokens should be exchanged for WBTC and WETH. Please keep in mind that **your ETH will be withdrawn as Wrapped ETH**. It's common for liquidity providers to move into a new vault immediately, so unwrapping the ETH is only needed if you intend to trade it as ETH. If you want to unwrap your ETH quickly and cheaply, use Uniswap or any major exchange.&#x20;

You can switch to the deposit tab to see if your funds have returned.&#x20;

### 5) Confirm UI information

Once we return to the dashboard, you can see that your LP tokens are now gone, and have been returned to your wallet.

![](/files/dYqzl3oHKpUn30dcJ8Ia)

### 6) Confirm on Etherscan

Let's double-check the transaction on etherscan. You can look directly at your wallet by going to etherscan.io, but let's take a shortcut through metamask.&#x20;

![](/files/SncJ972bemHHZxLRHtMW)

Click on the last transaction in Metamask, and bring up the details.

<figure><img src="/files/Pvyo29drZo6p4wnTOZlk" alt=""><figcaption></figcaption></figure>

Click on "View on Block Explorer". You'll be taken to Etherscan.&#x20;

![](/files/pg36p4LOUbEmnj4YvNzI)

You'll notice that there was more than one source of funds being returned to you. This is your position, the collected fees, and the uncompounded fees.&#x20;

Congratulations, you made a withdrawal from a Gamma vault.&#x20;

OK, now do another one!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gamma.xyz/gamma/lp-vaults/guides/providing-liquidity/withdraw-liquidity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
