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

# Withdrawing Liquidity

This guide will walk you through the steps to withdraw liquidity from the Sumero app.&#x20;

### 1. Navitage To The Pool Page&#x20;

The first step is to navigate to the Pool page.&#x20;

<figure><img src="/files/0dZvFK2yHXA8tmYWrUHu" alt=""><figcaption></figcaption></figure>

### 2. Select The Withdraw Tab

From the pool page, select the 'Withdraw' tab.

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

### 3. Select LP Token&#x20;

From the toggle list in the LP token field, select the LP token you wish to exchange for the underlying asset pair.&#x20;

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

### 4. Enter Withdrawal Amounts

You can now decide how much of your LP tokens you would like to exchange for the underlying asset balance. Enter a value into the LP token input field. The corresponding amount of underlying tokens to be returned will be automatically populated. The underlying tokens are returned in a [50/50 ratio](https://support.uniswap.org/hc/en-us/articles/7423702800141), the same ratio applied when depositing.

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

### 5. Approve and Withdraw

Finally, you are ready to submit the withdrawal transaction. First, you may need to approve the Sumero router contract to allow the Sumero protocol to spend the LP tokens on your behalf. This is only necessary the first time you interact with the Sumero app using a specific LP token.

Once the spending approval transaction has been confirmed, click 'Withdraw' to trigger the transaction in your wallet.

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

Sign the corresponding transaction in your wallet.

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

Once this transaction is signed and confirmed, your underlying assets and the rewards accrued will be deposited into your wallet. You can view your closed/historical positions on the Sumero [Dashboard page](https://staging.sumero.finance/#/).


---

# 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://docs.sumero.finance/using-sumero/liquidity-provision/withdrawing-liquidity.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.
