# Removing an LP token

When you're done farming and want to use the individual tokens for other investments you need to break up your LP token first. In our previous example, we went with **$BUSD** and **$BTD** and we created a **BTD-BUSD LP** token. In this example, we will break up the same token again in their individual parts.

**Note:** You need to unstake your LP tokens before trying to break them up. For simplicity, we assume that you did so before taking the next steps.

**Step 1: Pancakeswap**

* open <https://pancakeswap.finance/>
* Select "Trade" in the left navigation bar.
* Select "Liquidity" in the foldout menu under "Trade"

**Step 2: Selecting your pool**&#x20;

Pancake usually automatically detects your active pool. If that's the case you'll see your **BTD-BUSD LP** in the selection menu.  &#x20;

![](/files/-MVphtDIOpQQs80VbXY4)

{% hint style="info" %}
If you don't see your liquidity pool there you need to manually import it again:

* Click on "Import it"
* Select the top coin and set it to BTD.&#x20;

(If BTD is unknown you can add: "0xD1102332a213E21faF78B69C03572031F3552c33")

* Select the bottom coin and set it to BUSD
* Approve the pool
  {% endhint %}

**Step 3: Removing liquidity from your pool**

&#x20;Now you're all set to remove tokens from your LP token:

![](/files/-MVpjEqXvr_0SzkXziYt)

* Click on "Remove" to enter the next screen
* Click on "Approve" in the next screen first
* Select the number of tokens you want to remove with the slider
* Click on "Remove"&#x20;
* Confirm the transaction in your wallet.

It may take a few seconds for the operation to be completed but within a short while, the individual tokens will be back in your wallet again.

**Remove Liquidity:** <https://bsctools.xyz/pcs-ex/#/remove/0xD1102332a213E21faF78B69C03572031F3552c33/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56>


---

# 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.boltdollar.finance/gitbook/general/liquidity-and-lp-tokens/breaking-up-an-lp-token.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.
