# Remove Liquidity v3 Tutorial

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

* 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 v3 – Detailed Guide**

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

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

#### 2. Enter the private key used to create or add liquidity.

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

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

* Enter the liquidity ratio to remove: Custom, **max 100%**. Click Max to set.

<figure><img src="/files/kYQkYuiLT6TO2H6dU6Nf" 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. Select the liquidity to be removed.

#### 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-v3.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.
