If you use the set command to set this abbreviation for a variable name:
set fred = frederick_bartholomew
then you can unset it as follows:
unset fred
In this example, after issuing the unset command, you can no longer use fred as an abbreviation for frederick_bartholomew.