Eğer before ile eklenmişse ilgili css dosyasında content kısmını none yapabilirsin.

        .price::before {
            content: none;
        }