> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove

> This sub-variable is used to remove the element from the page if the user is logged out.

## Setup

This sub-variable can be used in the following way:

```html theme={null}
looop_on-logout=remove
```

#### Example

Lets say that we want to show Add to Cart button only if the user is logged in. We can use this variable to remove the button deom DOM if the user is not logged in.
