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

# Removing liquidity and collecting fees

You can pull liquidity out of a position at any time, in any amount — there are no lockups, no withdrawal queues, no platform-side limits.

## Two separate actions

These are intentionally split so you can claim fees without rebalancing or closing:

* **Collect Fees** — claims accumulated trading fees to your wallet. Doesn't change your liquidity or range.
* **Remove Liquidity** — pulls some or all of the underlying tokens out of the position.

## How to remove

1. Go to the [Pool page](https://kumbaya.xyz/#/pool) and click your position.
2. Click **Remove Liquidity**.
3. Pick the percentage to remove (25% / 50% / 75% / 100%, or a custom value).
4. Optionally toggle whether to receive WETH as ETH (most people prefer ETH).
5. Confirm in your wallet.

## What you get back

If you remove 100%:

* Your share of token A and token B in their current pool ratio.
* All uncollected fees, automatically.
* The position NFT is burned.

If you remove less than 100%:

* A proportional share of the underlying tokens.
* Fees are typically collected at the same time (depending on the UI flow).
* The position stays open with reduced liquidity.

## Token ratios depend on price

If your range is currently in-range, you'll receive a mix of both tokens.

If your range is out-of-range:

* Price below your range → you'll receive **only token A**.
* Price above your range → you'll receive **only token B**.

This is normal — the position has fully converted to one side because that's how concentrated liquidity works.

## Where to next

* [**Managing your positions →**](/liquidity/manage-positions.md)
* [**Adding liquidity →**](/liquidity/add-liquidity.md) — open a new position with new bounds


---

# 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.kumbaya.xyz/liquidity/remove-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.
