# 🔚Finalize Shorts

Liquidity providers can remove liquidity prior to expiry to finalize their short exposure. When removing liquidity, the smart contracts compute a finalized amount of net shorts in calls or puts owed to a position. After reserving collateral for settlement, unused collaterals are returned.&#x20;

### ➖Finalize Short Exposure

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

By clicking "withdraw", your order will finalize, and you will then receive the collaterals not reserved for settlement, details as follows:&#x20;

$$
YouCanReceive=Deposit + Premium + Fees - Reserved for Settlement
$$

* **Deposit:** The amount of collaterals initially committed to the position, if any.&#x20;
* **Fees:** The transaction fees you have accumulated.&#x20;
* **Premium:** The premiums for your outstanding short positions.
* **Reserved for Settlement:** Collaterals [reserved](/overview/protocol-basics/convertible-liquidity.md#reserved-for-settlement) for sold options, in case expire profitably.

Following liquidity removal, your finalized short exposure will be visible under "dashboard-position." Here, you can view the value of the short position.&#x20;

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

**Note:** Besides, If sell liquidity is seeded with prior-purchased options, **any options holdings that remain unsold at the time of withdrawal will also be returned.** You can hold till expiry or choose to sell again.&#x20;


---

# 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.divergence-protocol.com/user-guide/short-options/finalize-shorts.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.
