Remove an alias in bash

If a user had an alias named k for the kubectl command, such alias could be removed with the following:

unalias k