No, the index still exists, takes up space, it's just disabled. But you're right, the primary reason for using Disable is to simplify the process to a simple ALTER table command.
Note that disabling a clustered index will mark the table as OFFLINE as well.