# Remove Liquidity

**Steps for removing liquidity**

1. **Go to the "Portfolio" Section**

<figure><img src="/files/GRAajj4UKDLVLSzUQp2B" alt="" width="375"><figcaption></figcaption></figure>

* Open the **"LP"** tab where your active positions are displayed.

2. **Click the "Remove" button**

* Find the liquidity pool you want to withdraw from and click **"Remove Liquidity"**.

3. **Choose Withdrawal Amount**

* Enter the amount of LP Tokens you want to remove.
* The interface will show the equivalent amounts of tokens you’ll receive.

{% hint style="info" %}
When removing liquidity, the amount returned to the user is determined based on the current ratio of PT and yield-bearing assets in the liquidity pool. For example: Removing **100 LP** might return **10 sSUI + 12 PT**.

The returned **PT** can be:

* Sold on the **Market**,
* Redeemed [**here**](https://www.nemoprotocol.com/#/mint/redeem) 1:1 with **YT**, or
* Held until maturity for redemption.
  {% endhint %}

4. **Confirm Removal**

* Click **"Remove Liquidity"** and approve the transaction in your wallet.


---

# Agent Instructions: 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.nemoprotocol.com/tutorial/liquidity-provider-lp/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.
