Kotlin String remove os últimos 3 dígitos
str.substring(0, str.length() - 2);
Vhern
str.substring(0, str.length() - 2);