> For the complete documentation index, see [llms.txt](https://docs.cabbageswap.com/cabbageswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cabbageswap.com/cabbageswap/features/liquidity/how-to-remove-lp.md).

# How to remove LP

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

**Getting set up to remove LP**

Before removing LP, you need to set up your wallet and connect it to CabbageSwap, you also need:

* Some ETH for gas fee.
* The LP Token that you added.

Learn how to do that [here](/cabbageswap/get-started/get-started-on-ancient8.md)

Learn [how to add LP token](/cabbageswap/features/liquidity/how-to-add-lp.md)

**Remove LP on CabbageSwap**

1. Access <https://cabbageswap.com/trade/liquidity>&#x20;
2. Unlock your wallet and connect to the app (by clicking Connect wallet button)
3. Find the LP Token you added in your liquidity, expand it, and click the "Remove" button to initiate LP removal.

If you cannot find your LP tokens in this section, click "Find other LP tokens" to import the pool.

<figure><img src="/files/9aZs1xTHWB8vSJW1mw6G" alt="" width="468"><figcaption></figcaption></figure>

4. After clicking on "Remove," a popup will appear where you can choose the quantity of LP tokens you wish to sell, either in whole or in part. Alternatively, you can select "MAX" to sell all of your LP tokens.

<figure><img src="/files/i6bRw6nv2oDTlas0oIJp" alt="" width="304"><figcaption></figcaption></figure>

Click "Approve" to enable your LP token in your wallet. Then, sign the action by clicking "Enable/Approve."

5. The "Remove" button will become active afterwards. Click the "Remove" button to proceed with the removal.

Your transaction's specifics will be displayed in a new popup that appears in Cabbageswap. To approve the transaction in your wallet, click Confirm.

<figure><img src="/files/by3D2mQY4BlwDU7ZAi6T" alt="" width="432"><figcaption></figcaption></figure>

The two tokens will be delivered to your wallet after the transaction has been completed.

The sum you have in Your liquidity on Cabbageswap will be updated if you remove portions of the LP tokens in the meantime.


---

# 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:

```
GET https://docs.cabbageswap.com/cabbageswap/features/liquidity/how-to-remove-lp.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.
