Removing functions
From Linux Shell Scripting Tutorial - A Beginner's handbook
To unset or remove the function use the unset command as follows:
unset -f functionName unset -f hello declare