I only need to do this every so often, but I always forget how to and end up looking it up. Thus, I'm posting it here for reference.
USE DatabaseName
GO
BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY
DBCC SHRINKFILE(<TransactionLogName>, 1)
Tom Hundley
Elegant Software Solutions, LLC