Hey Greg,
try (asdf:load-system 'clim-examples)
systems are designated by symbols, not by pathnames or file names. Also, if you are interested in downloading all dependencies automatically, use Quicklisp (check out quicklisp.org), then it would be just
(ql:quickload 'clim-examples)
Best regards, Daniel