> For the complete documentation index, see [llms.txt](https://docs.productwiz.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.productwiz.io/variant-image-wizard/manual-remove.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

{% hint style="info" %}
**i.** Navigate to your Shopify admin, and open up your store's theme
{% endhint %}

![](/files/-M58DSVC1naZwYZG9Hch)

{% hint style="info" %}
**ii.** Click the **Actions** button on the theme you'd like to remove the app from. Then, click **Edit code** in the drop down.
{% endhint %}

![](/files/-M5h2Z525wUqDTDzFX3c)

{% hint style="info" %}
**iii.** Click on the **theme.liquid** file under the **Layout** section
{% endhint %}

![](/files/-M58FLsRI3X0kyX7wgXf)

{% 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/-MVHrZzN53yocfYwDhlm)

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

![](/files/-MVI05dq6SW2xRwtZoYL)
{% 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/-M58L2L4-QboxxiukrHO)

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

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

## Step 3: Removing files

{% hint style="info" %}
**i.** On the top left, search for "**productwiz-rio**".&#x20;
{% endhint %}

![](/files/-MHbfAg-xHEE00VCWAEn)

{% hint style="info" %}
**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
  {% endhint %}

![](/files/-M58JJelS9ho2tfHK5BT)

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