# Remove Liquidity v2 Tutorial

{% hint style="success" %}
**Remove Liquidity v2：**<https://bsc.ciaotool.io/swap/v2/remove-liquidity-v2>
{% endhint %}

{% hint style="warning" %}
If you prefer learning through videos, feel free to watch this tutorial.
{% endhint %}

{% embed url="<https://youtu.be/9UNWAaRGk6g>" %}

* If all liquidity is removed, the token will **no longer be tradable**.
* All withdrawn tokens belong to the **wallet that performs the removal**.

{% hint style="warning" %}
⚠️ **Make sure your wallet balance is sufficient**: at least **0.03 BNB** is required.
{% endhint %}

### 🛠️ **Remove Liquidity v2 – Detailed Guide**

#### 1. **Connect Wallet**

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

* Enter the private key used to create or add liquidity.

<figure><img src="/files/12ap2qiMnUyOhtY6Idpu" alt=""><figcaption></figcaption></figure>

#### 2. Select the Two Tokens for the Pool

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

#### **3.** Set Removal Percentage

* Choose the removal ratio: **25% / 50% / 75% / 100%**

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

{% hint style="info" %}
**About the percentage:**

* If you are the **only liquidity provider**, the selected percentage equals the same percentage of the entire pool.
* If there are **multiple liquidity providers**, the percentage applies only to **your share** of the pool.
  {% endhint %}

**Example:**\
If you own **20%** of the pool:

* Selecting **100%** removes only **20%** of the total pool liquidity.
* Selecting **20%** removes **4%** of the total pool liquidity.

#### 4. Approve Tokens

* For the first operation, you must approve the contract to use your tokens.

#### 5. Remove Liquidity

After verifying all details, click the **“Start Swap”** button.

### ❓ Frequently Asked Questions (FAQ)

#### 1. Can the token still be traded after removing liquidity?

* [x] **Answer**：If **all liquidity** is removed, trading is **no longer possible**. If only **part** of the liquidity is removed, the token can still be traded.

#### 2. Is there a fee for removing liquidity?

* [x] **Answer**：Yes. Removing liquidity is charged **per transaction**, at **0.024 BNB** each time.

💬 **Need help? Join our community for real-time support:** <https://t.me/ciaotool>

* **Email:** <support@ciaotool.io>
* **Website:** [https://ciaotool.io](https://ciaotool.io/)
* **X (Twitter):** <https://x.com/CiaoTool>
* **Medium:** <https://medium.com/@ciaotool>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **YouTube:** <https://www.youtube.com/@CiaoTool>
* **WhatsApp：**<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% endhint %}


---

# 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://ciaotool.gitbook.io/docs/en/swap/removing-liquidity-v2.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.
