> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/bow/product-guides/how-to-remove-liquidity.md).

# How to Remove Liquidity

* Navigate to [bow.kujira.app](https://bow.kujira.app/)
* Connect on the top right to your Keplr or Sonar wallet by clicking the connect wallet button and selecting the corresponding wallet (Keplr or Sonar)
* Click the Pools button on the top left corner of the site

<figure><img src="https://lh4.googleusercontent.com/EZnV5IxfXy7gHDcWX0wl-ucu1tm_yAF4Yizsj0ExMhpRLaVcz_6nH0-xkhIokgooO6mHWXRTRaFhtc7aDf_VfM1yxEGS-4IZA_ktFlGtdnS4k9MH2FvFpVfb0Z_r4kLpo4_CNdCgMEP5wpvtuqXXMKs" alt=""><figcaption></figcaption></figure>

* KUJI/USK pool should be under “My Positions”. Click on it

<figure><img src="https://lh6.googleusercontent.com/eJ4GKBvibv2KnO_w0cxQDCQIxUnvaA36H0wfD9dROKpgl7aT_RICVZn0GbSov4cMWTASPvz4TxyNbnCxMeuNMmWHiCR4VhvXI_2t0DMy1IYjw2qw-cwO4om0VdOJ9ZWHc-faOyznmu0Y8CxEn4zGdrE" alt=""><figcaption></figcaption></figure>

* Navigate to the ‘Stake’ tab. This tab will display your staked KUJI/USK LP balance and allow you to remove your staked liquidity
* Next, enter the amount of LP you would like to unstake (this should be however much liquidity you want to remove). Then click the blue ‘Unstake’ button and pay gas fees to immediately unstake your KUJI-USK BOW LP

<figure><img src="https://lh4.googleusercontent.com/epRd6nW_6cyDRprmzmQqVSaO6of_4_6nvfHbMtxc6IHgPJRuKC-cY9_fQFaihAvV_HPhochoZOHBxmiyXiePqxc-TPL1SVXfmHz99GagCvClRLJLbvFGlLAJqruIpSTRegshVhQYKlLM3m1mIcAKNSQ" alt=""><figcaption></figcaption></figure>

Next, navigate to the ‘Provide’ tab, scroll down, and under ‘Withdraw’, enter the amount of LP KUJI/USK you would like to withdraw. (This is usually 100%). Then click the blue ‘Withdraw Liquidity’ button to complete the process

<figure><img src="https://lh3.googleusercontent.com/J8bsRiibuecy3oQe2UoQMgeJdZIJmGyz0gz2NWWcJxWeO3nrki_cYFVECfmuwB2tl04qbKGzc_KqYgXRA87stgKqWJCWgu_r8E3Dwig-V0q8uplAhcRKzkipGJ-8qnWw-857buR5t5PbAGJxa4hTwu4" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.kujira.app/dapps-and-infrastructure/bow/product-guides/how-to-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.
