So hopefully you will read this, and then tell me a much easier way of getting the job done.
Objective:
I created a simple svg file, which is attached (a little of this, a little of that, until it looked the way I wanted it..)
I want to laser-cut this design, so I need to create a .dxf with only the outline.

Sounds easy, but it took me a day and a half to find a working solution.
Here is what I had to do:
1. View -> Display Mode -> Outline
This allows me to preview what the .dxf would look like

For the left and bottom swirls:
2. Path -> Object to Path
3. Path -> Combine
4. Path -> Stroke to Path

For the right-side Swirl
5. Object -> Ungroup (if I don't do this first, I can't "Union" later)
6. Path -> Object to Path
7. Path -> Combine
8. Path -> Stroke to Path

For the top Swirls (they are actually smaller than in Normal view)
9. Path -> Stroke to Path
10. Path -> Break Apart
11. Manually delete 4 internal objects

12. Select everything
13. Path -> Union

14. When I save as .dfx I need to uncheck the default check box:

Still with me?
Please tell me I did it the hard way. This is not a realistic workflow for more complex images.
After I created the exact look I want in Normal view, I should not have to wrestle with each object to preserve it's look in the .dxf version.
What is the 2-step solution?