I'm assuming you mean transaction logs.
You can het rid off transaction logs by using dbcc shrink to shrink it down to zero, then using the dbcc shrink emptyfile option. Then alter the database using the remove file option.
In my experience, though, it is not possible to remove the transaction log that was created first.