You can shrink a database file with DBCC SHRINKFILE. Shrink the data and log file separately. I recommend that you set a target size when you shrink the file.
Don't shrink it too much - you still need some space to grow. Also, shrinking introduces fragmentation, which you can cure by rebuilding the index. But if your shrank it too much it will grow again.
Beware that you if have LOB data, the shirnk can be very sloooooow.