JS remove o caractere de teste da string

str.slice(0, 4) + str.slice(5, str.length))
NazirWazir