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

# Guide: How to Remove Liquidity

{% stepper %}
{% step %}

### Use a supported wallet.

See [Wallet Support](/using-tradecraft/wallet-support.md) for a full list.
{% endstep %}

{% step %}

### Get the correct Pool Address.

Go to [Pools & Pool Addresses](/using-tradecraft/pools-and-pool-addresses.md) and copy the "Add/Remove Liquidity" address listed for the pool you'd like to use.
{% endstep %}

{% step %}

### Get returned tokens quote (optional).

Go to the [Liquidity](/api/routes/liquidity.md) page and click "Test it" for the "Get LP withdrawal quote" API.

Enter the pool's two token symbols in the space for `tokenA` and `tokenB`.

Enter the number of LP tokens you'd like to exchange in `lpTokenAmount` and press "Send".

The output will show you how many of each of the pool's tokens are *currently expected\** in return for the LP tokens.

{% hint style="info" %}
**\*Imporant**

Quoted amounts are not a guaranteed promise of return. Factors like protocol use, among others, may result in receiving a different number of tokens than quoted.
{% endhint %}
{% endstep %}

{% step %}

### Send LP tokens to the Pool Address & receive asset tokens.

From your wallet, send the LP tokens to the Pool Address from step 2.&#x20;

In less than a minute you should receive transfer offers for both of the pool's tokens. Remember to approve the incoming transfers.
{% endstep %}
{% endstepper %}

Questions? Check out our [Frequently Asked Questions](/using-tradecraft/frequently-asked-questions.md) page.


---

# 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.tradecraft.fi/using-tradecraft/guide-how-to-remove-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.
