# Remove Liquidity

After selecting the pool from which you want to remove liquidity, you'll see the following:

{% hint style="info" %}
This module also can be accessed via Portfolio -> Liquidity tab -> LP position -> \[Manage] -> Add/Remove Liquidity
{% endhint %}

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

In the upper section of the module, you will find the essential info:

* Pool identifier alongside the pool's address
* The pool's expiry date&#x20;
* Current liquidity expressed in $USD

Under the \[Remove] tab, you will also see the following:

* Your LP token balance
* Pre-defined buttons and custom field that help you determine the amount of LP tokens to withdraw&#x20;
* NPIM (No price impact mode):\
  \- ON: The output comprises an interest-bearing token and its corresponding Principal Token. \
  \- OFF: The output is composed only of an interest-bearing token.&#x20;

{% hint style="info" %}
Read more about the output area when withdrawing liquidity [in this FAQ section.](/the-basics/faq.md#liquidity-provision-removal)
{% endhint %}

In this case, we withdraw 50% of the LP balance with NPIM mode OFF.

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

The output area summarizes the number of interest-bearing tokens we'll receive and informs us about the reduction of our Pool Share.&#x20;

To proceed, token approval \[Approve] is required first, followed by action confirmation \[Remove Liquidity].

#### **Questions?**

[View this FAQ section on removing liquidity. ](/the-basics/faq.md#liquidity-provision-removal)


---

# 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.spectra.finance/app-help/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.
