How do I unset a variable in the fish shell?

In bash I can unset a variable with unset myvar In fish I get fish: Unknown command 'unset' What's the equivalent for unset in fish.