> For the complete documentation index, see [llms.txt](https://help.productwiz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.productwiz.io/variant-wizard/manual-app-removal.md).

# Manual App Removal

{% hint style="warning" %}
In the event that Variant Image Wizard failed to remove itself from a theme, please follow the steps below. :point\_down: If you are having any troubles, please write us at <support-rio@productwiz.io>. We will help you!
{% endhint %}

## Step 1: Finding the code

**i.** Navigate to your Shopify admin, and open up your store's theme

![](/files/-McAfREb_-Co1igiw8aI)

**ii.** Click the **Actions** buttons on the theme you'd like to remove the app from. Then, click **Edit code** in the drop down.

![](/files/-McAfTzlDo-ie_1fGU96)

**iii.** Click on the **theme.liquid** file under the **Layout** section.

![](/files/-McAfWB5wfSfcM08DEZY)

{% hint style="success" %}
You'll see the code displayed on the right
{% endhint %}

## Step 2: Removing the code

{% hint style="danger" %}
**If you have installed** Variant Image Wizard on a theme **before February 4th, 2021**, please follow the instructions below, on the second tab
{% endhint %}

{% tabs %}
{% tab title="After February 4th, 2021" %}
**i.** In the code displayed on the right, **find the code shown directly below**

```bash
{% render 'productwiz-rio', product: product, shop: shop %}
```

**ii.** Remove the aforementioned piece of code

![](/files/-McAfaOzvLccwgMX-SSk)

**iii.** Click **Save** to save the code

![](/files/-McAfh7cbxkhoIQiaiIE)
{% endtab %}

{% tab title="Before February 4th, 2021" %}
**i.** In the code displayed on the right, **find the code shown directly below**

```bash
{% include 'productwiz-rio' %}
```

**ii.** Remove the aforementioned piece of code

![](/files/-McAfmGaB6JggIQ-Z4Ak)

**iii.** Click **Save** to save the code

![](/files/-McAfp1sPyzET2IQlvvx)
{% endtab %}
{% endtabs %}

## Step 3: Removing files

**i.** On the top left, search for "**productwiz-rio**".

![](/files/-McAfsBzk9FNyl9Wof9U)

**ii.** Delete the following files:

* **productwiz-rio.liquid** under the **Snippets** section.
* **productwiz-rio.js**, **productwiz-rio.css**, **productwiz-rio-photoswipe.js** and **productwiz-rio-photoswipe.css** under the **Assets** section.

To delete a file:

* open the file by clicking on it
* click **Delete file** on the top right of the theme editor, as shown below

![](/files/-McAfvTE1PMinyvzgzI6)

{% hint style="warning" %}
Repeat the above steps to remove the app from other themes you have installed it on.
{% endhint %}
