http://arstechnica.com/apple/2012/1...ining-doc-ars-tears-open-apples-fusion-drive/
Follow this article, especially page 2. Boot in recovery mode, then open terminal, and type these commands:
diskutil cs list
This command will show you the IDs you need to delete fusion drive.
diskutil cs deleteVolume < insert fusion logical volume ID here >
diskutil cs delete < insert coreStorage logical volume group ID here >
These commands will split the drives apart. Once the drives are separated, you can rename those drives in Terminal, because you can't use Disk Utility: it will try to fix the Fusion Drive for you.
diskutil list
This command will show you the identifier for the two drives, that you'll use this way:
diskutil rename disk0s2 Macintosh HD
diskutil rename disk1s2 Data HD
Exit terminal, click on "Install OS X" and select the SSD, and you're good to go. Once in disk utility in OSX, the drives will be listed normally.