> For the complete documentation index, see [llms.txt](https://docs.aftermath.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aftermath.finance/pools/tutorials/withdrawing.md).

# Withdrawing

If you have an LP position you wish to withdraw, simply navigate to the pool and select the Withdraw button. It is also possible to quickly view all pools you have provided liquidity to from your [Portfolio](/getting-started/navigating-aftermath/viewing-your-portfolio.md). Please note that if you have staked your LP tokens into a farm, they will not appear under the Pools tab of the Portfolio, as those coins are not currently in your wallet. Instead, you can view all of your farming positions under the Farms tab of the Portfolio. If you wish to withdraw liquidity that is currently staked in a Farm, first unstake it from the Farm, then follow the instructions here for withdrawing from the Pool.

Once you have naviagated to the Pool you wish to withdraw from, click the Withdraw button at the top right of the page. You will see a modal appear which looks like this:

<figure><img src="/files/gBbWfdmrRRANZ45kz3pe" alt="" width="375"><figcaption><p>Withdraw modal</p></figcaption></figure>

The total amount of LP tokens you own is displayed above the first field at the top of the page. You may type in the amount of LP tokens you wish to remove from the pool, or buttons to choose an amount. Once you click Withdraw, a preview window will appear:

<figure><img src="/files/jbdK9m4GlHnZuYXjV3U9" alt="" width="375"><figcaption><p>Withdraw preview</p></figcaption></figure>

Your withdrawal will be distributed in equal weights according to the value of each coin relative to the amount of LP tokens you are withdrawing from the pool. This is a security feature that ensures that even in times of high volatility, Aftermath pools will remain safe for liquidity providers.


---

# 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.aftermath.finance/pools/tutorials/withdrawing.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.
