> For the complete documentation index, see [llms.txt](https://zebra.gitbook.io/zebra-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines/how-to-remove-liquidity-from-v1.md).

# How to remove liquidity from V1

When removing liquidity from Zebra V1, you will remove your liquidity position and collect earned fees.

Or, you only collect liquidity provider fees earned, without removing liquidity. [Learn how to do this here.](/zebra-document/v2-guide/v2-liquidity-guidelines/getting-started-with-v2/how-to-collect-fees-from-a-liquidity-pool-on-zebra-v2.md)

To remove liquidity from Zebra V1:

1\.  Open the[ Zebra web app](https://zebra.xyz/#/). Next, select “Pools” to open the Pools page.

<figure><img src="/files/etDX3gQEerdRJGyIlAMx" alt=""><figcaption><p>Open the<a href="https://zebra.xyz/#/"> Zebra web app</a>. Next, select “Pools” to open the Pools page.</p></figcaption></figure>

2\.  Select the pool you want to remove liquidity from.

<figure><img src="/files/eol5KgHYdDeqbZ45wjxr" alt=""><figcaption><p>Select the pool you want to remove liquidity from.</p></figcaption></figure>

3\.  Select “Remove liquidity”.

<figure><img src="/files/lMmuoHZiYQnFwowEGv5Z" alt=""><figcaption><p>Select “Remove liquidity”.</p></figcaption></figure>

4\.  Review the details of your liquidity position. Then enter the percentage amount that you would like to remove.

**Note:** if your liquidity position includes ETH, you will see the option to “Remove as WETH”. Selecting this means you receive WETH in place of ETH when removing liquidity.

<figure><img src="/files/G3V977HmNRFSxzJOIvu9" alt=""><figcaption><p>Review the details of your liquidity position. Then enter the percentage amount that you would like to remove.</p></figcaption></figure>

5\.  Select “Remove”.

<figure><img src="/files/rFnNjmvVgl0044k3F2Eg" alt=""><figcaption><p> Select “Remove”.</p></figcaption></figure>

6\.  Review the token amounts you are removing. Then, select “Remove”.

<figure><img src="/files/wlUA2ETgbTzFuhYrzkKh" alt=""><figcaption><p>Review the token amounts you are removing. Then, select “Remove”.</p></figcaption></figure>

7\.  In your wallet, confirm the transaction. This transaction has network costs.

<figure><img src="/files/5TPcGLDvUFJADEMOWVcj" alt=""><figcaption><p>In your wallet, confirm the transaction. This transaction has network costs.</p></figcaption></figure>

8\.  To view the pending transaction select “View on Etherscan”. Otherwise, select “Close”.

<figure><img src="/files/qthu6iBBk7iYTkhQDvT2" alt=""><figcaption><p>To view the pending transaction select “View on Etherscan”. Otherwise, select “Close”.</p></figcaption></figure>

9\.  A confirmation notification will appear once the transaction is complete.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines/how-to-remove-liquidity-from-v1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
