To turn Dashboard off, run the following command from the Terminal: defaults write com.apple.dashboard mcx-disabled -boolean yes
To turn Dashboard on: defaults write com.apple.dashboard mcx-disabled -boolean no
Because Dashboard is a component of the Dock, you need to restart the Dock after making either change: killall -1 Dock