> For the complete documentation index, see [llms.txt](https://deco-product-labels-and-badges.gitbook.io/product-labels-and-badges-guidelines/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deco-product-labels-and-badges.gitbook.io/product-labels-and-badges-guidelines/deco-product-labels-and-badges/faqs/faqs/how-to-remove-code-after-uninstalling-deco.md).

# How to remove code after uninstalling DECO?

{% hint style="info" %}

#### After uninstalling DECO, there will be some files left in your current theme. They do not impact your theme elements, or other factors such as loading speed, or SEO in any way. However, if you want to remove them completely, the below is the instruction.

{% endhint %}

***

1. Go to **Themes** > **Edit code**

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

2. Remove all the file that has **"scm"** in the title.

In the search bar, you search for "**scm**", then find all the file with "**scm**" to delete

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

3. Remove all the file that has **"sma-deco-label.css"** in the title.

In the search bar, you search for "**sma-deco-label.css**", then find the file to delete.

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

4. Delete "**{% include 'scm-product-label-head' %}**" in file "**theme.liquid**"

In the search bar, you search for "**theme.liquid**", then find the file. Next in the code, you search for "**scm**", then find the line "**{% include 'scm-product-label-head' %}**" to delete.

<figure><img src="/files/8y2onsaJKqAob3xFhR0y" alt=""><figcaption></figcaption></figure>

If this file has "**\<!--Product-Label script. Don't modify or delete-- >**" below the code "**{% include 'scm-product-label-head' %}"**, you will also delete all that part.
