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

## Setup

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

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

#### Example

Lets say that we have a login button in the header of our website. We want to remove the login button if the user is logged in. We can use the following code to achieve this:
